| Einhugur Word Component for Buoy |
|
Table.ColumnWidth Method
Setter method for setting column width.

ColumnWidth(
index
as Integer,
unit
as Units,
assigns value
as Double)
Parameters
- index
- Index of the column to get the width for. (Zero based)
- unit
- Unit type to get the result as.
- value (assign parameter)
- Setter parameter to set the value.
Remarks
This method will throw WordException if index is out of range.
See Also
Table Class